home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CYBER.XPO.95
/
CYBER.XPO.95 (Arsenal Computer).ISO
/
popreq
/
amiga1
/
dsgnrv13.lha
/
DesignerDemo
/
MultipleDemo
/
C
/
defs.h
next >
Wrap
C/C++ Source or Header
|
1994-01-20
|
188b
|
9 lines
struct WindowNode
{
struct WindowNode *ln_Succ;
struct WindowNode *ln_Pred;
struct Window *Win;
struct Gadget *WinGList;
struct Gadget *WinGadgets[10];
void * WinVisualInfo;
};